home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Build Support / SCPCHeaders.make < prev    next >
Encoding:
Text File  |  1996-02-19  |  2.6 KB  |  103 lines  |  [TEXT/MPS ]

  1. #
  2. #    File:        SCPCHeaders.make
  3. #
  4. #    Contains:    Build script for SC Precompiled Headers
  5. #
  6. #    Written by:    Steve Smith
  7. #
  8. #    Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #    Change History (most recent first):
  11. #
  12. #    To Do:
  13. #
  14.  
  15. # --- PRECOMPILED HEADER VARIABLES ---
  16.  
  17. CPrecompiledHeaders = {ObjectsDir}SCPCHeaders.c.dump
  18.  
  19. CLoadOptions = -load "{CPrecompiledHeaders}"
  20. CDumpOptions = -dump "{CPrecompiledHeaders}"
  21.  
  22. CppPrecompiledHeaders = {ObjectsDir}SCPCHeaders++.cpp.dump
  23.  
  24. CppLoadOptions = -load "{CppPrecompiledHeaders}"
  25. CppDumpOptions = -dump "{CppPrecompiledHeaders}"
  26.  
  27.  
  28. # --- DIRECTORY DEPENDENCIES ----
  29.  
  30. "{ObjectsDir}" ƒ "{BuildSupportDir}"
  31.  
  32. # --- PRECOMPILED MAC HEADERS ---
  33.  
  34. MacOSIncludes = ∂
  35.     "{CIncludes}Dialogs.h" ∂
  36.     "{CIncludes}Errors.h" ∂
  37.     "{CIncludes}Icons.h" ∂
  38.     "{CIncludes}LowMem.h" ∂
  39.     "{CIncludes}Menus.h" ∂
  40.     "{CIncludes}Quickdraw.h" ∂
  41.     "{CIncludes}Resources.h" ∂
  42.     "{CIncludes}ToolUtils.h" ∂
  43.     "{CIncludes}Types.h" ∂
  44.     "{CIncludes}Windows.h" ∂
  45.  
  46. # --- SOURCE DEPENDENCIES ---
  47.  
  48. "{CPrecompiledHeaders}"    ƒ    ∂
  49.     "{BuildSupportDir}SCPCHeaders.pch"     ∂
  50.     "{ODUtilsIntfDir}Except.h"            ∂
  51.     "{ODUtilsIntfDir}ODDebug.h"         ∂
  52.     "{ODHandMadeIntfDir}QDFixM.h"        ∂
  53.     "{ODHandMadeIntfDir}ODTypes.h"        ∂
  54.     "{ODCIntfDir}ODTypesB.h"            ∂
  55.     "{ODCIntfDir}GeoTypes.h"            ∂
  56.     "{ODCIntfDir}ODTypesM.h"            ∂
  57.     "{ODCIntfDir}Polygon.h"                ∂
  58.     "{ODCIntfDir}Part.h"                ∂
  59.     "{ODCIntfDir}Facet.h"                ∂
  60.     "{ODCIntfDir}Frame.h"                ∂
  61.     "{ODCIntfDir}Shape.h"                ∂
  62.     "{ODCIntfDir}StdProps.h"            ∂
  63.     "{ODCIntfDir}StdDefs.h"                ∂
  64.     "{ODCIntfDir}StdTypes.h"            ∂
  65.     "{ODCIntfDir}Draft.h"                ∂
  66.     "{ODCIntfDir}StorageU.h"            ∂
  67.     "{ODCIntfDir}Trnsform.h"            ∂
  68.     "{ODCIntfDir}FocusSet.h"            ∂
  69.     "{ODCIntfDir}MenuBar.h"                ∂
  70.     "{ODCIntfDir}Window.h"                ∂
  71.     "{ODCIntfDir}ODSessn.h"                ∂
  72.     {MacOSIncludes}
  73.  
  74. "{CppPrecompiledHeaders}"    ƒ    ∂
  75.     "{BuildSupportDir}SCPCHeaders++.pch"∂
  76.     "{ODUtilsIntfDir}AltPoint.h"        ∂
  77.     "{ODUtilsIntfDir}AltPoly.h"            ∂
  78.     "{ODUtilsIntfDir}Except.h"            ∂
  79.     "{ODUtilsIntfDir}ODDebug.h"         ∂
  80.     "{ODHandMadeIntfDir}QDFixM.h"        ∂
  81.     "{ODHandMadeIntfDir}ODTypes.h"        ∂
  82.     "{ODCppIntfDir}ODTypesB.xh"            ∂
  83.     "{ODCppIntfDir}GeoTypes.xh"            ∂
  84.     "{ODCppIntfDir}ODTypesM.xh"            ∂
  85.     "{ODCppIntfDir}Polygon.xh"            ∂
  86.     "{ODCppIntfDir}Part.xh"                ∂
  87.     "{ODCppIntfDir}Facet.xh"            ∂
  88.     "{ODCppIntfDir}Frame.xh"            ∂
  89.     "{ODCppIntfDir}Shape.xh"            ∂
  90.     "{ODCppIntfDir}StdProps.xh"            ∂
  91.     "{ODCppIntfDir}StdTypes.xh"            ∂
  92.     "{ODCppIntfDir}StdDefs.xh"            ∂
  93.     "{ODCppIntfDir}Draft.xh"            ∂
  94.     "{ODCppIntfDir}StorageU.xh"            ∂
  95.     "{ODCppIntfDir}Trnsform.xh"            ∂
  96.     "{ODCppIntfDir}FocusSet.xh"            ∂
  97.     "{ODCppIntfDir}MenuBar.xh"            ∂
  98.     "{ODCppIntfDir}Window.xh"            ∂
  99.     "{ODCppIntfDir}ODSessn.xh"            ∂
  100.     "{ODUtilsIntfDir}ODMemory.h"        ∂
  101.     {MacOSIncludes}
  102.  
  103.